projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bca684
)
* faces.el (x-resolve-font-name): Fix args to error; the format
author
Jim Blandy
<jimb@redhat.com>
Sun, 30 May 1993 17:21:36 +0000
(17:21 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sun, 30 May 1993 17:21:36 +0000
(17:21 +0000)
string was changed, but not the arguments to be substituted.
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 4eb7db8015fdaae21786e66779fb168d79cf2bb6..4b6d3812d2d9207da8458fafc22915334c7e5994 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-430,7
+430,7
@@
also the same size as FACE on FRAME."
(if face
(error "no fonts match `%S'." pattern)
(error "no fonts matching pattern are the same size as `%s'."
-
pattern
face)))
+ face)))
(car fonts))
(cdr (assq 'font (frame-parameters (selected-frame))))))